chore: update Python setup step to specify version 3.14 for the publish and sign workflow#2162
Conversation
Signed-off-by: Ntege Daniel <danientege785@gmail.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA Python 3.14 setup step using Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Pull request overview
This PR updates the PyPI publish workflow to ensure a Python runtime is available in the publish-and-sign job (in addition to the existing setup in the build job), supporting signing and publishing release artifacts.
Changes:
- Add an
actions/setup-python@v6.2.0step to thepublish-and-signjob in the publish workflow. - Configure the workflow to use Python
3.14for that job.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Ntege Daniel <danientege785@gmail.com>
Signed-off-by: Ntege Daniel <danientege785@gmail.com>
|
CC @exploreriii |
|
Thanks @danielmarv |
|
update branch please @danielmarv |
…sh and sign workflow (hiero-ledger#2162) Signed-off-by: Ntege Daniel <danientege785@gmail.com>
…sh and sign workflow (hiero-ledger#2162) Signed-off-by: Ntege Daniel <danientege785@gmail.com>
…sh and sign workflow (hiero-ledger#2162) Signed-off-by: Ntege Daniel <danientege785@gmail.com>
Description:
This pull request adds a Python setup step to the GitHub Actions workflow. The workflow will now ensure that Python 3.14 is available before proceeding with subsequent steps.
Workflow improvements:
.github/workflows/publish.yml: Added a step to set up Python usingactions/setup-python@v6.2.0, specifyingpython-version: '3.14'.Related issue(s):
Fixes #
Notes for reviewer:
Checklist